﻿/* THUMB :  WIDTH, HEIGHT & FONT */
table.thumb td a, .table.thumb td a:link, .table.thumb td a:visited, .table.thumb td a:hover, .table.thumb td a:visited:hover {
	background-position: center;
	font-size: 8pt;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	width: 170px;
	height: 200px;
	color: #E2E2E2;
	left: auto;
}
/* THUMB : COLORS */
table.thumb td a:link, table.thumb td a:visited {
	background-color: #373f46;
	border: 1px solid #33393D;
	text-decoration: none;
}
/* THUMB : COLORS : HOVER */
table.thumb td a:hover {
   background-color: #373f46;
   border-bottom: 1px solid #85939c;
}
/* SUBFOLDER : WIDTH, HEIGHT & FONT  */
table.subfolder td a, .table.subfolder td a:link, .table.subfolder td a:visited, .table.subfolder td a:hover, .table.subfolder td a:visited:hover {
	font: 8pt Tahoma, arial;
	text-align: center;
	letter-spacing : 4px;
	font-size: 8pt;
	display: block;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	width: 170px;
	height: 200px;
	left: auto;
}
/* SUBFOLDER : COLORS */
table.subfolder td a:link, table.subfolder td a:visited {
   background-color: #373f46;
   border: 1px solid #33393D;
   text-decoration: none;
}

/* SUBFOLDER : COLORS : HOVER */
table.subfolder td a:hover {
   background-color: #373f46;
   border-bottom: 1px solid #85939c;
}
/* ALL : MARGIN */
table.subfolder, table.thumb {
   	border-collapse: collapse;
	text-align:center;
   	margin: 15px;
}
/* ALL : THUMB BORDERS */
table.border td a .thumb, table.thumb td a .thumb{
   border: 5px solid #33393D;
}
table.subfolder td a img, table.thumb td a img{
   border: 0;
}
/* TABLE ABOVE HEADLINE */
.table-top {
	font-size: 8pt;
	text-decoration: none;
   vertical-align: top;
	height: 20px;
	border: 0;
}

/* HEADLINE BAR */
.table-headline {
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	height: 100px;
	padding: 1px;
	color: #E2E2E2;
	letter-spacing: 1px;
	border-bottom: 1px solid #434343;
}
.headline{
	font-family: Microsoft Sans Serif, Tahoma, arial;
	padding-top: 10px;
	padding-bottom:5px;
	text-align: left;
	color: #c0c0c0;
	font-weight:bold;
   font-size: 11pt;
}

/* FOLDER INTRO TEXT */
.introtext {
   margin: 6px 12px 6px 12px;
	text-align: left;
	color: #BDBDBD;
	letter-spacing: 2px;
}

/* VIEWIMAGE IMAGE PROPERTIES */
.viewimage {
   border: 20px solid #373f46;
	background-color: #30383e;
}

/* ICONBAR IN HEADLINE */
.iconbar{
	text-align: left;
	padding-left: 5px;
}

/* IMAGE DESCRIPTION */
.description {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #BDBDBD;
	text-decoration: none;
}

/* COPYRIGHT NOTICE */
.copyright {
	font-size: 9pt;
	color: #dadada;
   text-align: center;
}

/* EXIF TABLE */
.exif {
	font-size: 8pt;
	color: #7F818B;
	text-align: center;
	border: 0;
}

/* STRONG, USED IN EXIF TABLE */
strong {
	font-size: 9pt;
	color: #E2E2E2;
}

/* COMMENT TABLE */
.table-comments {
	font-size: 8pt;
	color: #7F818B;
	text-decoration: none;
	border: 0;
   text-align: left;
}

/* COMMENT DATE, USER ETC. */
.comment-aboveline {
	font-size: 8pt;
	text-align: left;
	color: #7F818B;
	text-decoration: none;
	font-style: italic;
	border: 0px;
	height: 30px;
	vertical-align: bottom;
}

/* THE COMMENT */
.comment-belowline {
	font-size: 8pt;
	text-align: left;
	color: #7F818B;
	text-decoration: none;
	font-style: italic;
	border-top: 1px solid #797983;
}

/* COMMENT INPUT FIELD */
.comment-textfield {
   border: 1px solid #121212;
	background-color: #2D2D2D;
	color: #BDBDBD;
}

/* COMMENT SUBMIT BUTTON */
.comment-button {
   border: 1px solid #121212;
	background-color: #2D2D2D;
	color: #7F818B;
}

/* POWERED BY MG2 CREDITS (DO NOT REMOVE FROM SCRIPT!) */
.credits {
	font-size: 4pt;
	color: #373f46;
	text-align: center;
	font-family: verdana;
}

/* BODY PROPERTIES */
.mg2body {
	font-family: tahoma,arial;
	font-size: 10pt;
	text-align: justify;
	color: #C0C0C0;
	background-color: #85939c;
	margin: 0;
	padding: 0;
	background-image: url('../images/blue06.png');
}

/* LINK PROPERTIES */
.mg2body a:link, .mg2body a:visited {
   color: #85939c; text-decoration: none;
}
.mg2body a:hover, .mg2body a:visited:hover { 
   color: #8A939A; text-decoration: none;
}
